-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix diff functionality #558
Conversation
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
|
Thanks for fixing this. Do you know when can we merge this? this is impacting our workflows as well. |
Is there any implications on reversing this? I understand the original change was done mainly for cleanup but not sure the reasoning of switching the diff logic. Maybe there is there an interim way we can support both for now that way we ship it faster and worry about reversal implications later? |
@cameronklein did you see the questions from Salakar? :) |
It does make sense to support both but I personally don't have the bandwidth. We've forked the repo and made the change for our use case. I'll keep the issue (#557) open for anyone that does have more time! |
Maybe it is worth opening up and merging this anyways, is there any usecase for supporting both? Isn't this way just "more correct"? |
Yes, I agree. @cameron-klein can you please re-open this PR and we can hopefully get it merged this time? Thanks |
It would be great to have your input here @blaugold, because I don't fully get it there would be any downsides. |
Hey @blaugold can you please take a look at this today? Thanks |
Hey @spydon, what do you suggest we should do next? |
Could you open up a new PR with the only changes that are needed from this PR and I could get some other people to review it too? And I'll do some more research on what these changes would entail, so that I can review it better. |
Sorry for the delay. I'm taking a look at it now. |
If I remember correctly, I moved from These changes look to me like they only improve the correctness of |
Description
Reverts to the original diff functionality
Issue: #557
Type of Change
feat
-- New feature (non-breaking change which adds functionality)fix
-- Bug fix (non-breaking change which fixes an issue)!
-- Breaking change (fix or feature that would cause existing functionality to change)refactor
-- Code refactorci
-- Build configuration changedocs
-- Documentationchore
-- Chore